All Questions
3 questions
1vote
3answers
12kviews
Read ip camera stream video on python using opencv3
I installed opencv3 installation link on my raspberrypi 3 and i've tested this, everything is ok, but when i try to read the ipcamera video stream encountered this error self.stream = cv2....
1vote
2answers
2kviews
Tons of Bluetooth: hci0: Frame reassembly failed (-84) messages
Sorry in advance if the explanation is too general, I can attach code if needed... I'm working on a project where a python program is running in a device, and a Bluetooth socket is opened and ...
1vote
1answer
157views
How to allow a program with a high utilization of the processor to run for a long time
I'm running a python script which uses OpenCV an ffmpeg for video streaming on RPI 2 (os is raspbian Jessie). The script is camera = cv2.VideoCapture(self.camera_id) command = "ffmpeg -re -f ...